curl --request POST \
--url https://app.plugchoice.com/api/v3/sites/{site_uuid}/teams/{team_uuid}/grant-sensitive-data \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"expires_never": true,
"data_access_expires_at": "2051-12-13"
}
'